cloveruicomponents
v1.0.31
Published
UI components library for dummy Clover brand that created as a part of the WEB programimg learning process
Downloads
11
Readme
cloveruicomponents
UI components library for dummy Clover brand that created as a part of the WEB programimg learning process
Install
npm install --save cloveruicomponents
Components
ToggleButton Properties: onClick, fontSize, children, theme
BasicButton Properties: size - normal/large, onClick, children, theme
GameIcon Properties: size - normal/small, blendMode, position, src, alt, theme
LabeledTextField Properties: label, type, id, placeholder, value, onChange, fontSize, theme
Logo Properties: text, icon, iconAriaLabel, fontSize, spaceSize, theme
Loading Properties: theme
Marquee Properties: theme, fontSize, children
Storybook
To watch the components in action, visit our Storybook
Usage
import React from 'react';
import styled, { css} from 'styled-components';
import {CloverToggleButton} from 'cloveruicomponents';
class Example extends Component {
render () {
return (
<CloverToggleButton clickHandler={handler} sizeOfFont="40px">Play</CloverToggleButton>
)
}
}
License
none © elinaKM