@shakesco/web
v0.0.3
Published
The frontend framework used in all of @ShakesCo's websites. This repo is based on the Material UI Framework.
Downloads
9
Readme
@shakesco/web
Welcome to @shakesco/web
where we host the frontend framework used in all of our websites. This repo is based on the Material UI Framework.
@shakesco/web
is a private repository so in order to download the package you may need to contact an ADMIN to add you to the repo.
Installation
NPM
$ npm i @shakesco/web
Yarn
$ yarn add @shakesco/web
Getting started
import { blue } from '@shakesco/web/colors';
import { Box } from '@shakesco/web';
function App() {
return <Box sx={{ color: blue.A100 }}>Hello World</Box>;
}