1.0.5 • Published 4 years ago

dezling-ui v1.0.5

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

dezling-ui

Its a UI Library for React script

A Magic ui for react and react nextjs to make your websites.

NPM JavaScript Style GuideCode style

Install

//nmp install
npm install --save dezling-ui

//yarn install
yarn add dezling-ui

Adding Stylesheet to Ui

add this line to your index.js or App.js

import "dezling-ui/dist/dezling.css";

Usage

import React, { Component } from 'react'
import {Wrapper,Row,Col, Button} from 'cloud-ui'

class Example extends Component {
  render () {
    return (
      <Wrapper>
      <Row>
      <Col>
      First column
      </Col>
      <Col>
      Second column
      </Col>
      <Col>
      Third column
      <Button outline color='primary'>Hit me here</Button>
      </Col>
      </Row>
      <Wrapper/>
    )
  }
}

Documentation

Check out our documentation website. will add soon

Change Log

Recently Updated? Please read the changelog.

Its under construction

License

This project is licensed under the terms of the MIT license.

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago