Socket
Book a DemoInstallSign in
Socket

solarxui

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solarxui

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

latest
Source
npmnpm
Version
0.1.16
Version published
Maintainers
1
Created
Source

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>
    </>
)

Keywords

solar

FAQs

Package last updated on 14 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts