script-heads / stage-ui

Flexible UI Framework declared by your own Design System

Home Page:https://stageui.shds.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StageUI

Flexible UI Framework declared by your own Design System.

GitHub license Documentation Core version package System version package Icons version package

Install

yarn add @stage-ui/core

Getting started

import React from 'react'
import { Viewport, Header } from '@stage-ui/core'

export default () => (
  <Viewport>
    <Header>Hello world!</Header>
  </Viewport>
)

Experimental

More components available from lab package.

yarn add @stage-ui/lab

MIT License

About

Flexible UI Framework declared by your own Design System

https://stageui.shds.io

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 0.7%Language:Shell 0.1%Language:HTML 0.1%Language:Dockerfile 0.0%