1.0.1 • Published 3 years ago

wallet-ui-react v1.0.1

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

GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license LinkedIn

About The Project

Wallet UI React is a react native implementation of Bitcoin Wallet UI Kit. These Native Components can be used for android/ios wallets and also in web based wallets(using react-native-web).

It's a Work In Progress.

Built With

What's Included

The current goal of the project is to implement and provide the following features/functionality (most of these are currently work in progress) :

  • Icon Set : Basic Icon Components for bitcoin wallets

  • Theme Colors : Dark,Light and User Defined

  • UI Components : Buttons , Headers , KeyPads..

  • Screens

  • Workflows

Installation

  1. Clone the repo
    git clone https://github.com/Aman035/wallet-ui-react.git
  2. Install NPM packages
    npm install
  3. Start Storybook in development mode
    npm run storybook

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

  1. Fork the Project
  2. Create your Branch (git checkout -b Amazing)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin Amazing)
  5. Open a Pull Request