You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/src/docs/examples/checkbox.mdx
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Checkbox
3
3
description: How to create a Checkbox with Unform
4
4
---
5
5
6
-
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions as the `React.FC<Props>`from the component definition.
6
+
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions from the component definition.
Copy file name to clipboardExpand all lines: docs/src/docs/examples/file-input.mdx
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: How to create a File Input with Unform
5
5
6
6
Enable your users to upload images or another files using Unform.
7
7
8
-
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions as the `React.FC<Props>`from the component definition.
8
+
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions from the component definition.
Copy file name to clipboardExpand all lines: docs/src/docs/examples/radio.mdx
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Radio
3
3
---
4
4
5
-
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions as the `React.FC<Props>`from the component definition.
5
+
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions from the component definition.
6
6
7
7
[Click here](https://codesandbox.io/embed/unform-web-radio-example-er0cn?autoresize=1&expanddevtools=1&fontsize=14&hidenavigation=1&theme=dark) to access a Radio Input Live Demo.
Copy file name to clipboardExpand all lines: docs/src/docs/examples/react-datepicker.mdx
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Learn how to use React DatePicker with Unform
6
6
[React DatePicker](https://reactdatepicker.com/) is a very simple library that
7
7
provides a fully customizable Date & Time input with a cool picker.
8
8
9
-
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions as the `React.FC<Props>`from the component definition.
9
+
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions from the component definition.
Copy file name to clipboardExpand all lines: docs/src/docs/examples/react-dropzone.mdx
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: React Dropzone
4
4
5
5
[React Dropzone](https://react-dropzone.js.org/) is a simple React hook to create a HTML5-compliant drag'n'drop zone for files.
6
6
7
-
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions as the `React.FC<Props>`from the component definition.
7
+
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions from the component definition.
8
8
9
9
[Click here](https://codesandbox.io/embed/unform-web-react-dropzone-example-bhk35?autoresize=1&expanddevtools=1&fontsize=14&hidenavigation=1&theme=dark) to access a React Dropzone Input Live Demo.
Copy file name to clipboardExpand all lines: docs/src/docs/examples/react-input-mask.mdx
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use React Input Mask with Unform
5
5
6
6
[React Input Mask](https://github.com/sanniassin/react-input-mask) offers an easy way to add masks to inputs.
7
7
8
-
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions as the `React.FC<Props>`from the component definition.
8
+
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions from the component definition.
Copy file name to clipboardExpand all lines: docs/src/docs/examples/react-native-picker-select.mdx
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: React Native Picker Select
4
4
5
5
[React Native Picker Select](https://github.com/lawnstarter/react-native-picker-select) component for React Native which emulates the native `<select>` interfaces for iOS and Android.
6
6
7
-
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions as the `React.FC<Props>`from the component definition.
7
+
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions from the component definition.
8
8
9
9
[Click here](https://snack.expo.io/@eliasgcf/unform-react-native-picker-select-example?session_id=snack-session-I6e6cmW7z&preview=true&platform=ios&iframeId=7pnhjsvupn&theme=light&supportedPlatforms=android,ios) to access a React Native Picker Select Live Demo.
Copy file name to clipboardExpand all lines: docs/src/docs/examples/react-number-format.mdx
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: React Number Format
4
4
5
5
[React Number Format](https://www.npmjs.com/package/react-number-format) is a popular package that makes it easy to format inputted numbers, allowing to add prefixes, suffixes, decimal formatting and so on.
6
6
7
-
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions as the `React.FC<Props>`from the component definition.
7
+
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions from the component definition.
Copy file name to clipboardExpand all lines: docs/src/docs/examples/react-select.mdx
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: Learn how to use React Select with Unform
7
7
8
8
If you're not using it, we recommend using it instead of using simple `<select>` elements as it's highly customizable and provides an incredible API as we'll se below.
9
9
10
-
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions as the `React.FC<Props>`from the component definition.
10
+
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions from the component definition.
Copy file name to clipboardExpand all lines: docs/src/docs/examples/react-simple-code-editor.mdx
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use React Simple Code Editor with Unform
5
5
6
6
[React Simple Code Editor](http://satya164.xyz/react-simple-code-editor/) is a cool library focused on providing a simple way to add a code input source to user.
7
7
8
-
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions as the `React.FC<Props>`from the component definition.
8
+
> ⚠️ All examples below are using **TypeScript**. If you're not using it, you can remove all type definitions from the component definition.
0 commit comments