Skip to content

Use prebuilt components from Nitron styles Tools and easily configure your UI.

License

Notifications You must be signed in to change notification settings

WADE-OSS/nitron-styles-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nitron Styles Tools

You can build a designed web easily and quickly with the components defined by default.

styles Tools use Nitron's native component functionality. Do not arbitrarily create a component with the same name as an already declared component (eg Card).

Read more

Get started quickly with a CDN

<script src="https://cdn.jsdelivr.net/gh/WADE-OSS/[email protected]/dist/styles-tools.js" integrity="sha384-aEYpaWnJOruh8BY8fgk3Oo/pTknVav8FngW1Pvw34YfHcPObeTG5iTzXfhsZIdNk" crossorigin="anonymous"></script>

Nitron Styles Tools can only be used with Nitron.js v1.0.0 or higher. Read more

Examples

All components are prepared in web documents.

const App = `
<Container>

  <Card>
    <Box>
    <Text size="14px" p="10px" color="${text.gray[600]}">Word of the Day</Text>
    </Box>
  </Card>

</Container>
`

nitronDOM.render(App,document.getElementById('root'));

This example component is styled and rendered on the page.

About

Use prebuilt components from Nitron styles Tools and easily configure your UI.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published