@reactsax/reactsax
v1.0.0-beta.1
Published
Vuesax For Reacters
Downloads
4
Maintainers
Readme
ReactSaX
Vuesax UI Component Library For React
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
Authors
- Krishna Gujjjar (React Version)
- Ldrovira (Vue Version)
- Other Vuesax Respacted Contributors
I'm starting to learn React, So I create this library to better understand react.
License
GPL © Krishna Gujjjar