oneistox-designx
v0.0.2
Published
frontend design tool created using tailwind cssn tool
Downloads
5
Readme
designx
frontend design tool created using tailwind css tool
Install
npm install --save designxUsage
import React, { Component } from 'react'
import { Grid, Col } from 'designx'
const App = () => {
return (
<Grid>
<Col col='6'>
Create React Library Example{' '}
<span role='img' aria-label='emoji'>
😄
</span>
</Col>
<Col col='6'>
Hey
<span role='img' aria-label='emoji'>
😄
</span>
</Col>
</Grid>
)
}License
MIT © ItsBhatt
