ctxlibs
v1.3.7
Published
React component library for Cryptlex web applications
Downloads
212
Maintainers
Readme
@cryptlex/web-components
A React component library for Cryptlex.
Usage
In your tailwind.config.ts, add the following code:
import CtlxPreset from '@cryptlex/web-components/tailwind-preset';
export default {
...
presets:[CtlxPreset],
content: [
...
"./node_modules/@cryptlex/web-components/**/*.{js,ts,jsx,tsx}",
],
}
In your global index.css, import the following CSS:
@import url('@cryptlex/web-components/index.css');