1.0.4 • Published 3 years ago

@flamingo-project/flamingo-ui v1.0.4

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

flamingo-ui

Flamingo project's lib

NPM JavaScript Style Guide

Install

npm install --save flamingo-ui

Usage

import React, { Component } from 'react'

import Button from 'flamingo-ui'
import 'flamingo-ui/dist/index.css'

class Example extends Component {
  render() {
    return <Button bgColor="red-500" value="asd" />
  }
}

License

MIT © flamingo-project

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago