generated from Dhaiwat10/react-library-starter
-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create basic elements #354
Labels
Comments
e-roy
added
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Jul 23, 2022
@e-roy I can do the badge in the next 24hrs |
@e-roy I will take the card |
@e-roy I am taking Checkbox |
Merged
@e-roy I can do the Avatar |
Merged
@e-roy I am taking DropdownMenu |
Adding Sheet |
Merged
Adding TextField |
Merged
Adding Modal and Link |
Merged
Merged
@e-roy I can take the radio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build a set of basic elements.
Elements are found in the
packages/components/src/elements
folder. Each element should have workingExample of a basic element is the Button element inside the elements folder.
Please choice one of the elements from the list to work on by commenting below. After completing an element, create a PR with
feat:
and name of the element.Please see the playground environment for resources. To start a playground environment run in your terminal
yarn dev
This will run Next JS environment on localhost:3000 for building the element, and also run a watch script on the library.No need to be overly concerned about the css because a figma design hasn't been made yet.
An example of each component can be found here
copy and pasting from here is acceptable, because the focus is to get more structure in place and also for contributors to get more familiar with the project and tech stack.
If you have any questions or problems, please ask in the web3-ui channel in the D_D discord
The text was updated successfully, but these errors were encountered: