1.0.3 • Published 1 year ago

twind-ui v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago