This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

monolith-ui-components

1.0.1 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i monolith-ui-components

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

5.12 kB

Total Files

17

Last publish

Collaborators

  • danspratling