2.0.1 • Published 4 years ago

@amlane/styles v2.0.1

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

styles

a component based design system

NPM JavaScript Style Guide

Install

npm install --save styles

Usage

import React, { Component } from "react";

import { ExampleComponent, Button } from "styles";

export default class App extends Component {
  render() {
    return (
      <div>
        <ExampleComponent text="Modern React component module" />
        <Button
          text="Hello"
          background="papayawhip"
          color="palevioletred"
          square
        />
        <Button text="Goodbye" variant="primary" />
        <Button text="Delete" variant="outline-danger" rounded />
      </div>
    );
  }
}

License

MIT © amlane

2.0.1

4 years ago

2.0.0

4 years ago

1.3.2

4 years ago

1.2.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago