tenzin-ui-btn
v1.0.14
Published
A simple Button for UI
Readme
[DEPRECATED!]
A Button UI component Library.
import { Button } from 'tenzin-ui-btn';
import styled from 'styled-components';
const IconButton = styled(Button)`
width: 50vw
`;
import Button and further style it using styled-component, which is one of the peerDependencies of the package. ^^
