4.0.43 • Published 7 months ago

@taureau/ui v4.0.43

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

taureau ui

Install

Make sure you've installed TailwindCSS and daisyUI.

Install the package with npm or yarn:

npm install @taureau/ui
or
yarn add @taureau/ui

To prevent TailwindCSS from purging your styles, add the following line to your tailwind.config.js:

module.exports = {
  content: [
    'node_modules/daisyui/dist/**/*.js',
    'node_modules/@taureau/ui/dist/**/*.js',
  ],
  plugins: [require('daisyui')],
}

⚡ Quick Start

Import components within your component files:

import { Button } from '@taureau/ui'

export default (props) => {
  return <Button color="primary">Click me!</Button>
}
4.0.43

7 months ago

4.0.42

7 months ago

4.0.41

7 months ago

4.0.40

8 months ago

4.0.39

8 months ago

4.0.38

8 months ago

4.0.37

8 months ago

4.0.36

8 months ago

4.0.35

8 months ago

4.0.34

8 months ago

4.0.33

8 months ago

4.0.32

8 months ago

4.0.31

9 months ago

4.0.30

9 months ago

4.0.29

10 months ago

4.0.28

10 months ago

4.0.27

10 months ago

4.0.26

10 months ago

4.0.25

10 months ago

4.0.24

10 months ago

4.0.23

10 months ago

4.0.22

10 months ago

4.0.21

10 months ago

4.0.20

10 months ago

4.0.19

10 months ago

4.0.18

10 months ago

4.0.17

10 months ago

4.0.16

10 months ago

4.0.12

10 months ago

4.0.11

10 months ago

4.0.10

10 months ago

4.0.9

10 months ago

4.0.8

10 months ago

4.0.7

10 months ago

4.0.6

10 months ago

4.0.5

10 months ago

4.0.4

10 months ago

4.0.3

10 months ago

4.0.2

10 months ago

4.0.1

10 months ago