A lite weight react component library built with love for React Hooks, Tailwind Css and React Developers. Its easy to get started, simple and consists of tiny components. Its a work in progress. Contributions are most welcome.
Installtion
Install tailwind-ui-react locally:
// using npm
npm i --save tailwind-ui-react
or
// using yarn
yarn add tailwind-ui-react
Components
- Button
- Container
- Header
- Image
- Input
- Select
- Message
Usage
Button import { Button } from 'tail-ui';
function App(props) {
return (
<Button style={{ background: '#0077b5', color: '#ffffff' }} />
)
}
Input
import { Input } from 'tail-ui';
function App(props) {
return (
<Input placeholder="Placeholder Text..." rounded />
)
}
Container
import { Container } from 'tail-ui';
function App(props) {
return (
<Container fluid raised />
)
}
Header
import { Header } from 'tail-ui';
function App(props) {
return (
<Header headerText="Simple Header" />
)
}
Image
import { Image } from 'tail-ui';
function App(props) {
return (
<Image src="https://demoimage/image.png" rounded />
)
}
Select
import { Select } from 'tail-ui';
function App(props) {
return (
<Select options=[{ text: 'TailUI', value: 'tailui' }}/>
)
}
Message
import { Message } from 'tail-ui';
function App(props) {
return (
<Message className="text-green-500 border-green-500" />
)
}

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
