frontend design tool created using tailwind cssn tool
npm install oneistox-designx> frontend design tool created using tailwind css tool
 
``bash`
npm install --save designx
`jsx
import React, { Component } from 'react'
import { Grid, Col } from 'designx'
const App = () => {
return (
Create React Library Example{' '}
😄
Hey
😄
)
}
``
MIT © ItsBhatt