1.0.73 • Published 18 days ago

taily-ui v1.0.73

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

Getting started

Taily UI can be included as a plugin into an existing Tailwind CSS project and it is supposed to help you build websites faster by having a set of web components to work with built with the utility classes from Tailwind CSS.

Install using NPM

Make sure that you have Node.js and Tailwind CSS installed.

  1. Install Taily UI as a dependency using NPM by running the following command:
npm install taily-ui

2.A. Require Taily UI as a plugin inside the tailwind.config.js file:

const { tailyUI } = require('taily-ui')

module.exports = {
    plugins: [tailyUI]
}

2.B. Or if you work with Typescript import Taily UI as a plugin inside the tailwind.config.ts file:

import type { Config } from 'tailwindcss'
import { tailyUI } from 'taily-ui'

const config: Config = {
    plugins: [tailyUI]
}
export default config

Data attributes

The preferred way to use the interactive UI components from Taily UI is via the data attributes interface which allows us to add functionality via the HTML element attributes and most of the examples on our documentation applies this strategy.

For example, to set up a button component all you need to do is use data-color, data-type and data-size to setup color, type and size of the component.

<button data-color="default" data-type="solid" data-size="medium" class="button">
    Start using Taily UI
</button>

Components

Taily UI is an open source collection of UI components built with the utility classes from Tailwind CSS that you can use as a starting point when coding user interfaces and websites.

1.0.62

18 days ago

1.0.65

18 days ago

1.0.64

18 days ago

1.0.63

18 days ago

1.0.68

18 days ago

1.0.67

18 days ago

1.0.73

18 days ago

1.0.72

18 days ago

1.0.71

18 days ago

1.0.61

19 days ago

1.0.48

20 days ago

1.0.49

20 days ago

1.0.51

20 days ago

1.0.54

20 days ago

1.0.53

20 days ago

1.0.52

20 days ago

1.0.59

19 days ago

1.0.58

19 days ago

1.0.57

19 days ago

1.0.56

19 days ago

1.0.44

20 days ago

1.0.43

20 days ago

1.0.42

20 days ago

1.0.41

21 days ago

1.0.47

20 days ago

1.0.46

20 days ago

1.0.45

20 days ago

1.0.39

1 month ago

1.0.38

1 month ago

1.0.29

1 month ago

1.0.28

1 month ago

1.0.33

1 month ago

1.0.32

1 month ago

1.0.31

1 month ago

1.0.30

1 month ago

1.0.37

1 month ago

1.0.36

1 month ago

1.0.34

1 month ago

1.0.26

2 months ago

1.0.25

2 months ago

1.0.24

2 months ago

1.0.27

2 months ago

1.0.22

2 months ago

1.0.21

2 months ago

1.0.20

2 months ago

1.0.23

2 months ago

1.0.19

2 months ago

1.0.18

2 months ago

1.0.17

2 months ago

1.0.16

2 months ago

1.0.15

2 months ago

1.0.14

2 months ago

1.0.13

2 months ago

1.0.12

2 months ago

1.0.11

2 months ago

1.0.9

2 months ago

1.0.8

2 months ago

1.0.7

2 months ago

1.0.10

2 months ago

1.0.6

2 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago