1.0.0-beta.1 • Published 4 years ago

@reactsax/reactsax v1.0.0-beta.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

ReactSaX

Vuesax UI Component Library For React

REACTSAX Vuesax Vuesax TRAVIS Github Release

Install

npm i @reactsax/reactsax

Usage

import React from 'react'

import { Button } from '@reactsax/reactsax'
import '@reactsax/reactsax/dist/index.css'

export default () => {
  return (
    <>
      <Button>Primary</Button>
      <Button block>Block</Button>
      <Button warning>Warning</Button>
      <Button warning gradient>
        Gradient
      </Button>
      <Button success floating>
        Floating
      </Button>
      <Button danger flat>
        Flat
      </Button>
      <Button color={'#FF4A53'} upload>
        Upload
      </Button>
    </>
  )
}

Are You From Vue ?

Check Awesome UI Library For Vue Dev

Vuesax Owned By Lusaxweb

Authors

I'm starting to learn React, So I create this library to better understand react.

License

GPL © Krishna Gujjjar