Design guidelines and UI library for Intended apps.
Go to file
Silas 66343cd668
0.1.8
2021-11-26 11:53:26 -05:00
.storybook Draw the rest of the UI library 2021-09-25 02:12:50 -04:00
public Add label and bottom-margin technology 2021-09-19 23:23:51 -04:00
src 0.1.7 2021-11-26 11:48:46 -05:00
.env Setup styled-components, typescript, barebones button component, global styles, and shared css variables 2021-09-19 18:31:35 -04:00
.gitignore configure repo for deployment to npm 2021-11-25 12:45:24 -05:00
.tool-versions configure repo for deployment to npm 2021-11-25 12:45:24 -05:00
LICENSE configure repo for deployment to npm 2021-11-25 12:45:24 -05:00
README.md 0.1.8 2021-11-26 11:53:26 -05:00
package-lock.json 0.1.8 2021-11-26 11:53:26 -05:00
package.json 0.1.8 2021-11-26 11:53:26 -05:00
tsconfig.json add typings 2021-11-26 10:45:49 -05:00

README.md

Intended UI

A storybook comprising of Intended Link's UI components.

Usage

Run npm install @intended/intended-ui

In your project files, import whichever components you need import { Icon } from @intended/intended-ui

Installation

npm install

Development

npm run storybook

Deployment

npm run build

Then run npm run pub while logged in as an Intended org user.