pebble icon indicating copy to clipboard operation
pebble copied to clipboard

A set of lightweight and accessible React components.

Results 21 pebble issues
Sort by recently updated
recently updated
newest added

country code is not a unique key that can be passed, so updating the component to pass country Issue Usecase: UK vs Jersey ``` { id: 121, name: "United Kingdom",...

tech task

Currently initialValue is the prop but it not refreshed when the prop initialValue is changed

Based on https://github.com/emotion-js/emotion/issues/1644#issuecomment-562492768 `emotion` package is framework agnostic. For usage with React, we have to use `@emotion/core`, `@emotion/styled`, create-emotion-server. `css` function from `emotion` returns a string. `css` from `@emotion/core` returns...

It can be used with [purge-css](https://github.com/FullHuman/purgecss) so that file size is under control.

Something like https://github.com/paypal/downshift The main reason I want is to have getItemProps render prop which will help us move away from React.cloneElement which is kind of an anti-pattern in React....

Just opening this issue to list down all issues which can arise if we move. Also check out https://evergreen.segment.com/components/select was wondering why used HTML Select, but I guess they also...

Follow https://ui.reach.tech/menu-button

use IntersectionObserver

enhancement
hacktoberfest

So that it becomes location aware. Also make sure that `bottom`, `bottom-start` and `bottom-end` are given preference. The component uses https://github.com/FezVrasta/react-popper. Make sure there is no API change for the...

enhancement