-
Couldn't load subscription status.
- Fork 7
feat: dropzone, file-preview, color-pciker, slider, checkbox.
#259
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: b8b9399 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
dropzone, file-preview, color-pciker, slider, checkbox.dropzone, file-preview, color-pciker, slider, checkbox.
| declare namespace Intl { | ||
| type ListType = 'conjunction' | 'disjunction' | ||
|
|
||
| interface ListFormatOptions { | ||
| localeMatcher?: 'lookup' | 'best fit' | ||
| type?: ListType | ||
| style?: 'long' | 'short' | 'narrow' | ||
| } | ||
|
|
||
| interface ListFormatPart { | ||
| type: 'element' | 'literal' | ||
| value: string | ||
| } | ||
|
|
||
| class ListFormat { | ||
| constructor(locales?: string | string[], options?: ListFormatOptions) | ||
| format(values: any[]): string | ||
| formatToParts(values: any[]): ListFormatPart[] | ||
| supportedLocalesOf(locales: string | string[], options?: ListFormatOptions): string[] | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remarl: due to ts compilation error, I tried adding lib or chaning module was not worked.
Why did you create this PR
What did you do
dropzonecomponent & examplesfile-previewcomponent & examplescolor-pickercomponent & examplesslidercomponent & examplescheckboxcomponent & examplescolorfor managing internal color systemreact-dropzonefor managing file dropzone stateScreenshots / Recordings
Dropzone & File preview
CleanShot.2568-10-27.at.16.21.11.mp4
Color picker
CleanShot.2568-10-27.at.16.23.24.mp4
Slider
CleanShot.2568-10-27.at.16.22.51.mp4
Checkbox
CleanShot.2568-10-27.at.16.24.27.mp4
Checklist