1.0.1 • Published 5 years ago

monolith-ui-components v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

A UI component library designed as a starter for monolith

git clone https://github.com/danspratling/monolith-ui my-ui

//note we use git clone here as this package doesn't rely on gatsby

Layout

.
└── monolith-ui-components
    ├── src
    │   ├── Button
    │   │   ├── Button.tsx
    │   │   └── index.tsx
    │   └── index.tsx
    ├── package.json
    └── README.md

3 folders, 5 files

monolith-ui-components

Despite its name, Monolith UI is a very very basic UI component library. It's designed as a starter for a custom library, containing only a single component (though this may expand over time). It can be extended on its own but it's best used in conjunction with the Gatsby Monolith Workspace

The example component shows how other components can be set up using javascript modules and then exported from the workspace to be included as modules from any other platform.

It is built using Typescript and Theme-UI

This project is not buildable as it is designed to be extended upon (and therefore build will happen there)