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

0.0.2 • Public • Published
yarn add @gbm-tech/colors

Importe e utilize o componente desejado:

// exemplo importando uma cor:

import { colors } from '@gbm-tech/colors';

export type ExampleProps = {};

function App() {
  return (
    <div className="App" style={{backgroundColor: colors.gbmBlue, width: '100vw', height: '100vh'}}>
    </div>
  );
}

Dependencies (1)

Dev Dependencies (14)

Package Sidebar

Install

npm i @gbm-tech/colors

Weekly Downloads

15

Version

0.0.2

License

MIT

Unpacked Size

228 kB

Total Files

11

Last publish

Collaborators

  • gbm-tech