components-lib-project v0.1.50
This component library has the characteristic that each part of the component should be easy to style using tailwind. So each element created is designed so that those who can consume it use it and can customize it as they see fit. But... It is still in the process of building and adding components frequently because it should have a good variety of components.
Getting Started
- Install
components-lib-project
.
npm i components-lib-project
- Once you install components-lib-project you need to wrap your tailwind css configurations with the
withComponentLib()
.
const withComponentLib = require("components-lib-project/utils/withComponentLib");
module.exports = withComponentLib({
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
});
- Congratulations 🥳, you did it, now you're ready to use components-lib-project.
import { Button } from "components-lib-project";
export default function Example() {
return <Button>Button</Button>;
}
6 months ago
6 months ago
7 months ago
7 months ago
7 months ago
8 months ago
8 months ago
8 months ago
8 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago