1.0.2 • Published 4 years ago

ddsemantic v1.0.2

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

ddsemantic

this is a semantic library with minimal components and configs

NPM JavaScript Style Guide

Install

npm install --save ddsemantic

Usage

import React, { Component } from 'react'

import MyComponent from 'ddsemantic'
import 'ddsemantic/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © akhilaravind