1.0.4 • Published 4 years ago

@twitocode/react-components v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

React-Components

This is my personal React Styled-Component Library

To Install:

npm install @twitocode/react-components

or

yarn add @twitocode/react-components

Example:

import { Text } from '@twitocode/react-components';

export const App = () => {
	return (
		<>
			<Text color='black' align='center'>
				Hello World!
			</Text>
		</>
	);
};

Github Repo