1.0.3 • Published 2 years ago

twind-ui v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

twind-ui

"Twind-UI: A lightweight utility-first CSS framework ⚡️ for rapid UI development."

NPM JavaScript Style Guide

Install

npm install --save twind-ui

Usage

import React, { Component } from 'react'

import { Button, Badge } from 'twind-ui'
import 'twind-ui/dist/index.css'

class Example extends Component {
  render() {
    return (
      <Button disabled variant="Info">
        Info Button
      </Button>

       <Badge variant="Success">Badge</Badge>
    )
  }
}

License

MIT © cemtatli

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago