0.1.12 • Published 3 years ago

absui-core v0.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.81

3 years ago

0.0.95

3 years ago

0.0.91

3 years ago

0.0.92

3 years ago

0.0.93

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.699

3 years ago

0.0.698

3 years ago

0.0.697

3 years ago

0.0.696

3 years ago

0.0.695

3 years ago

0.0.694

3 years ago

0.0.693

3 years ago

0.0.692

3 years ago

0.0.691

3 years ago

0.0.69

3 years ago

0.0.68

3 years ago

0.0.67

3 years ago

0.0.66

3 years ago

0.0.65

3 years ago

0.0.64

3 years ago

0.0.63

3 years ago

0.0.62

3 years ago

0.0.61

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago