0.2.0 • Published 3 years ago

senirupa v0.2.0

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

Senirupa

Senirupa is a tool for React design. 🎨

  • Easy to use
  • Customizable
  • Lightweight
  • Component base

Install

To install Senirupa

  npm i senirupa --save

Icon Usage

Check the example folder for more details. Example

import { IconArrowUp } from 'senirupa';

function App() {
	return (
		<div className='App'>
			<IconArrowUp color='#ffffff' size='30px' />
		</div>
	);
}

Icon Props

Add props for icon customization, all data types are string.

PropsDefaultDescription
size18pxChange icon size
color#000000Change icon color
weight2Change icon weight
lineCaproundChange strokeLineCap icon - ( round, butt, square )
lineJoinroundChange strokeLineJoin icon - ( round, bevel, arcs )

Authors

License

MIT