Skip to content

Commit

Permalink
Removed react native masked input dependencie.
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoviannaaraujo committed Apr 2, 2020
1 parent 27c8d97 commit b62cbcb
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 104 deletions.
4 changes: 2 additions & 2 deletions examples/next/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Head from 'next/head'
import {Paragraph, Card, TextField, Heading, Box, Screen, Form, Button} from '@vela/ui'
import {Paragraph, Card, PhoneField, Heading, Box, Screen, Form, Button} from '@vela/ui'

const Home = () => (
<Screen>
Expand All @@ -14,7 +14,7 @@ const Home = () => (
<Paragraph>asdf</Paragraph>
</Card>
<Form initialValues={{text: 'text'}}>
<TextField name='text' />
<PhoneField name='text' />
<Button label='Submit' />
</Form>
</Box>
Expand Down
Loading

0 comments on commit b62cbcb

Please sign in to comment.