Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

oneistox-designx

Oneistox-dev2MIT0.0.2

frontend design tool created using tailwind cssn tool

readme

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