0.1.30 • Published 20 days ago

@mbao01/ui v0.1.30

Weekly downloads
-
License
MIT
Repository
github
Last release
20 days ago

So here it is, I have gotten really bored creating UI component from scratch for the many projects I work on. It is high time I have a unified component library - so here it is. I have built this to be highly opinionated on certain libraries I love to use like typescript, tailwind, date-fns, and react.

I believe in future this UI component library may extend to meta frameworks like Remix and even Nuxt (and naturally Vue.js as well).

Description

The library is written using React, Tailwind, Typescript and Vite. The library is uncooked which means there is no build step involved which means you'd have to cater for building the components into your library.

Consuming the library

  1. Ensure you have react and typescript install and setup in your project. Then install the library
pnpm add @mbao01/ui

or

npm install @mbao01/ui
  1. Install tailwind - do so by following the installation guide

  2. Configure tailwind

export default {
  content: [
    "node_modules/@mbao01/(common|ui)/src/**/*", // -> ensure to add this to allow tailwind to scan the library for classes
    ...
  ],
  "plugins": [
    ...require("@mbao01/common/plugin"), // -> import the tailwind library plugin
    ...
  ]
}
0.1.30

20 days ago

0.1.29

21 days ago

0.1.28

25 days ago

0.1.27

29 days ago

0.1.26

1 month ago

0.1.24

1 month ago

0.1.25

1 month ago

0.1.22

1 month ago

0.1.23

1 month ago

0.1.20

1 month ago

0.1.21

1 month ago

0.1.17

1 month ago

0.1.18

1 month ago

0.1.19

1 month ago

0.1.16

1 month ago

0.1.11

1 month ago

0.1.12

1 month ago

0.1.13

1 month ago

0.1.14

1 month ago

0.1.15

1 month ago

0.1.10

1 month ago

0.1.9

2 months ago

0.1.8

2 months ago

0.1.7

3 months ago

0.1.6

3 months ago

0.1.5

3 months ago

0.1.4

3 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.0

4 months ago

0.1.1

4 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.5

5 months ago

0.0.6

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago