Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.24 KB

semantic-release npm MIT docs

Mix-in UI

👉 View Documentation

Install

npm install --save mixin-ui
yarn add mixin-ui

Usage

import React, { Component } from 'react';

import { Button } from 'mixin-ui';

export default function Example() {
  return <Button>Hello, world!</Button>;
}