0.0.2 • Published 4 years ago

oneistox-designx v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

designx

frontend design tool created using tailwind css tool

NPM JavaScript Style Guide

Install

npm install --save designx

Usage

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