@seoltab/colors
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Seoltab Colors

A quick guide on using Seoltab Colors

styled-components

import {
  amber,
  amberA,
  blue,
  blueA,
  amberDark,
  blueDark,
} from "@seoltab/colors";

import styled from "styled-components";

const Button = styled.button`
  background-color: ${blue.blue4};
  color: ${blue.blue11};
  border-color: ${blue.blue7};
  &:hover {
    background-color: ${blue.blue5};
    border-color: ${blue.blue8};
  }
`;

export default function App() {
  return <Button> seoltab </Button>;
}

Installation

yarn add @seoltab/colors

Readme

Keywords

Package Sidebar

Install

npm i @seoltab/colors

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

216 kB

Total Files

235

Last publish

Collaborators

  • vivi-onuii
  • onuii