1.0.29 • Published 2 years ago

customized-ui v1.0.29

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

(Custom-UI) Customized UI

This repository is React customized ui library also in contains template management system

Components

Article

<Article />

ArticleListPreview

<ArticleListPreview />

Fonts

<Fonts href={"https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600&display=swap"} />

Image

<Image src={"https://www.example.com/example.png"}/>

Paragraph

<Paragraph />

Small

<Small>Small Text</Small>

Tag

<Tag />

TextHeader

<TextHeader text={"Header 1"}>

OR

<TextHeader>Header 1</TextHeader>

Container

<Container></Container>

Grid

<GridContainer>
    <GridItem col={12}></GridItem>
    <GridItem col={12}></GridItem>
</GridContainer>

Button

<Button type="submit" label="Submit Button"/>

Input

<Input name="name" placeholder="Please enter your name"/>

Select

<Select name={"language"} values={[{id:"id", name:"name"}]} placeholder="Please Select Language">

TextArea

<TextArea placeholder={"Please enter description"}/>

Form

<Form></Form>

Icon

<Icon name="plus"/>

Footer

<Footer />

Slogan

<Slogan />

Header

<Header/>

Logo

<Logo src="https://www.example.com/example.png"/>

Link

<Link href="https://www.example.com/example">

SideMenu

<SideMenu/>

TemplateManager

import { TemplateManager, DarkTemplate, LightTemplate, TemplateProps } from 'customized-ui'

TemplateManager.setTheme(DarkTemplate)
1.0.26

2 years ago

1.0.25

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago