1.0.4 • Published 2 years ago

@flamingo-project/flamingo-ui v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago