2.0.17 • Published 1 day ago

funuicss v2.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago
import React from 'react'
import Text from 'funuicss/ui/text/Text'
import Input from 'funuicss/ui/input/Input'
import Button from 'funuicss/ui/button/Button'
import Section from 'funuicss/ui/specials/Section'
export default function App() {

return (

<div>
<div className="central height-500-min" >
 <div className='width-300-max fit'>
<div className="margin-bottom-40">
<Text
text='Welcome'
heading='h2'
block
/>
<Text
text='Sign in to continue!'
block
/>
</div>
<Section gap={1.5}>
<Text text="Email" funcss="margin-bottom-10" block size="small" bold color="primary"/>
<Input type="email" fullWidth bordered />
</Section>
<Section gap={1}>
<Text text="Password" funcss="margin-bottom-10" block size="small" bold color="primary"/>
<Input type="password" fullWidth bordered />
</Section>

<div className="section">
  <Link href={"/#"}>
      <Text text='Forgot password!' size='small' underline color='primary'/>
  </Link>
</div>
<div className="section">
  <Button
  text={"Let's go"}
  raised
  fullWidth
  bg='primary800'
  />
</div>

</div>
</div>
</div>

)
}
import React from 'react'
import Button from 'funuicss/ui/button/Button'

export default function App() {
return (
<Button  bg="primary" outlined text="Simple Button"/>
)
}
import React from 'react'
import Input from 'funuicss/ui/input/Input'

export default function App() {
return (
<>
<Input 
type="text" 
label="This is a simple input" 
funcss="full-width"
/>
<Input 
type="text" 
bordered 
label="This is a bordered" 
funcss="full-width section"
/>
</>
)
}
2.0.17

1 day ago

2.0.15

2 days ago

2.0.16

2 days ago

2.0.13

2 days ago

2.0.14

2 days ago

2.0.12

26 days ago

2.0.11

1 month ago

2.0.10

1 month ago

2.0.9

2 months ago

2.0.7

2 months ago

2.0.8

2 months ago

2.0.5

2 months ago

2.0.6

2 months ago

2.0.4

3 months ago

2.0.3

3 months ago

2.0.2

3 months ago

1.12.1

3 months ago

2.0.1

3 months ago

2.0.0

3 months ago

1.12.0

3 months ago

1.11.25

3 months ago

1.11.26

3 months ago

1.11.24

3 months ago

1.11.19

4 months ago

1.11.20

4 months ago

1.11.23

4 months ago

1.11.21

4 months ago

1.11.22

4 months ago

1.11.18

4 months ago

1.11.17

4 months ago

1.11.16

4 months ago

1.11.14

4 months ago

1.11.15

4 months ago

1.11.12

6 months ago

1.11.13

6 months ago

1.11.10

7 months ago

1.11.11

6 months ago

1.11.8

7 months ago

1.11.7

7 months ago

1.11.9

7 months ago

1.10.5

8 months ago

1.10.4

8 months ago

1.10.3

8 months ago

1.10.2

8 months ago

1.10.9

8 months ago

1.10.8

8 months ago

1.10.7

8 months ago

1.10.6

8 months ago

1.11.0

8 months ago

1.11.4

8 months ago

1.11.3

8 months ago

1.11.1

8 months ago

1.11.6

7 months ago

1.11.5

7 months ago

1.10.11

8 months ago

1.10.10

8 months ago

1.10.1

8 months ago

1.10.0

8 months ago

1.9.24

9 months ago

1.9.23

9 months ago

1.9.22

12 months ago

1.9.21

12 months ago

1.9.20

12 months ago

1.9.19

12 months ago

1.9.18

12 months ago

1.9.17

12 months ago

1.9.16

1 year ago

1.9.15

1 year ago

1.9.14

1 year ago

1.9.13

1 year ago

1.9.12

1 year ago

1.9.11

1 year ago

1.9.10

1 year ago

1.9.9

1 year ago

1.9.8

1 year ago

1.9.7

1 year ago

1.9.6

1 year ago

1.9.5

1 year ago

1.9.4

1 year ago

1.9.3

1 year ago

1.9.2

1 year ago

1.9.1

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago