A UI component library from Xandr.
Lucid is a UI component library developed by Xandr. It offers a range of customizable components that can be used to build user interfaces.
To install Lucid, use npm by running the following command:
npm install lucid
If you use less, include the stylesheets in your code like this:
@import 'node_modules/lucid-ui/dist/lucid.less';
For those not using less, include the precompiled CSS file in your code:
<link rel="stylesheet" type="text/css" href="node_modules/lucid-ui/dist/lucid.css">
Lucid is a UI component library from Xandr that offers customizable components for building user interfaces. It supports both less and precompiled CSS files for styling and provides a method to set custom CSS prefix when needed.