0.1.50 • Published 6 months ago

components-lib-project v0.1.50

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

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

  1. Install components-lib-project.
npm i components-lib-project
  1. 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: [],
});
  1. 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>;
}
0.1.50

6 months ago

0.1.49

6 months ago

0.1.46

7 months ago

0.1.47

7 months ago

0.1.48

7 months ago

0.1.45

8 months ago

0.1.43

8 months ago

0.1.44

8 months ago

0.1.42

8 months ago

0.1.41

11 months ago

0.1.40

11 months ago

0.1.39

11 months ago

0.1.33

11 months ago

0.1.34

11 months ago

0.1.35

11 months ago

0.1.36

11 months ago

0.1.37

11 months ago

0.1.38

11 months ago

0.1.31

11 months ago

0.1.32

11 months ago

0.1.30

11 months ago

0.1.29

11 months ago

0.1.27

11 months ago

0.1.28

11 months ago

0.1.26

11 months ago

0.1.25

11 months ago

0.1.24

11 months ago

0.1.23

12 months ago

0.1.22

12 months ago

0.1.21

12 months ago

0.1.20

12 months ago

0.1.19

12 months ago

0.1.18

12 months ago

0.1.17

12 months ago

0.1.16

12 months ago

0.1.15

12 months ago

0.1.14

12 months ago

0.1.13

12 months ago

0.1.12

12 months ago

0.1.11

12 months ago

0.1.10

12 months ago

0.1.9

12 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago