0.1.12 • Published 5 years ago

absui-core v0.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

absui-core

Absolute UI Core Library Bundle for React

NPM JavaScript Style Guide

Install

npm install --save absui-core

Usage

import React from 'react'
import { FlexRowEven, MenuIcon, NewWindowIcon, DoneIcon, useTheme } from 'absui-core'
import 'absui-core/dist/index.css'
const App = () => {
  const { theme, screenSize } = useTheme({ spacing: "xs", color: "rustic", variant: 1 })
  return (
    <FlexRowEven>
      <MenuIcon fill={theme?.color?.variants?.basePrimary} size={screenSize} />
      <NewWindowIcon fill={theme?.color?.variants?.basePrimary} size={screenSize} />
      <DoneIcon fill={theme?.color?.variants?.basePrimary} size={screenSize} />
    </FlexRowEven>
  )
}
export default App

Check the docs folder for more example

Powered By

License

MIT © abschill

0.1.12

5 years ago

0.1.0

5 years ago

0.1.1

5 years ago

0.0.81

5 years ago

0.0.95

5 years ago

0.0.91

5 years ago

0.0.92

5 years ago

0.0.93

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.699

5 years ago

0.0.698

5 years ago

0.0.697

5 years ago

0.0.696

5 years ago

0.0.695

5 years ago

0.0.694

5 years ago

0.0.693

5 years ago

0.0.692

5 years ago

0.0.691

5 years ago

0.0.69

5 years ago

0.0.68

5 years ago

0.0.67

5 years ago

0.0.66

5 years ago

0.0.65

5 years ago

0.0.64

5 years ago

0.0.63

5 years ago

0.0.62

5 years ago

0.0.61

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago