solarxui
TypeScript icon, indicating that this package has built-in type declarations

0.1.16 • Public • Published

solorxui

Storybook style: styled-components Typed with TypeScript License: MIT Build Status

React UI Framework with S.O.L.A.R Design System

Design System

View Complete Design System

Development

Run storybook

npm run dev

Build Githuh Page

npm run build:demo

Build Library

npm run build

Setup

In header section

<link href="https://fonts.googleapis.com/css?family=Prompt:300,400&display=swap&subset=thai" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Sarabun:300,700&display=swap&subset=thai" rel="stylesheet">

In React App

import React from 'react'
import { SolarXUIStylesheet } from 'solarxui'
 
const App = () => (
    <>
        <SolarXUIStyleSheet />
        <div>Your App</div>
    </>
)

Readme

Keywords

Package Sidebar

Install

npm i solarxui

Weekly Downloads

0

Version

0.1.16

License

MIT

Unpacked Size

195 kB

Total Files

310

Last publish

Collaborators

  • reiiyuki