Skip to content

I've created this module for using components in a more comfort way, also this module can help to other React-Native developers to build their UI, in a more beeline like design system.

License

Notifications You must be signed in to change notification settings

Temirtator/beeline-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

beeline-ui

I've created this module for using beeline design system in a more comfort way, also this module can help to other React Native developers to build their UI.

npm npm NPM

Installation

Use the package manager npm to install package.

npm install @temirtator/beeline-ui

Usage

const removeSpaces = require("@temirtator/beeline-ui");

removeSpaces("So much space!");
//=> "Somuchspace!"

removeSpaces(1337);
//=> Uncaught TypeError: Function wants a string!
//    at removeSpaces (<anonymous>:2:41)
//    at <anonymous>:1:1

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

GNU General Public License v3.0

About

I've created this module for using components in a more comfort way, also this module can help to other React-Native developers to build their UI, in a more beeline like design system.

Resources

License

Stars

Watchers

Forks

Packages