0.1.0 โ€ข Published 4 years ago

silea v0.1.0

Weekly downloads
6
License
SEE LICENSE IN LI...
Repository
-
Last release
4 years ago

silea

Version npm License: The Hippocratic License 2.1

Silea cli and entry point to other packages.

More info about this package can be found in the docs โ†’ https://docs.sileajs.com/api-reference-1/silea

Install

It is automatically installed when you create your Silea project by doing

npx silea create [project-name]

More info on npx silea create here

Usage

import { Global, css } from "silea";

const Page = () => (
	<>
		<Global
			styles={css`
				body {
					margin: 0;
					font-family: "Roboto";
				}
			`}
		/>
		<OtherContent />
	</>
);

Feature Discussions

Feature Discussions about Silea are public. You can join the discussions, vote for those you're interested in or create new ones.

These are the ones related to this package: https://community.sileajs.com/tags/c/feature-discussions/33/silea

Changelog

Have a look at the latest updates of this package in the CHANGELOG


ยป Silea Resources ๐ŸŒŽ

Community Forum Topics Twitter: silea Silea Github Stars

We have a number of different channels at your disposal where you can find out more information about the project, join in discussions about it, and also get involved:

  • ๐Ÿ“– Docs: our primary documentation resource - this is the place to learn how to build amazing sites with Silea.
  • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Community forum: join our forum and ask questions, share your knowledge, give us feedback and tell us how we're doing, and meet other cool Silea people. We'd also love to know about what you're building with Silea, so please do swing by the forum and tell us about your projects.
  • ๐Ÿž Contribute: we use GitHub for bugs and pull requests. See our Contributing section to find out how you can help develop Silea, or improve this documentation.
  • ๐Ÿ—ฃ Social media: interact with other Silea users. Reach out to us on Twitter. Mention us in your tweets about Silea and what you're building by using @silea.
  • ๐Ÿ’Œ Newsletter: do you want to receive the latest news about Silea and find out as soon as there's an update to the framework? Subscribe to our newsletter.

ยป Get involved ๐Ÿค—

GitHub issues by-label

Got questions or feedback about Silea? We'd love to hear from you in our community forum.

Silea also welcomes contributions. There are many ways to support the project! If you don't know where to start then this guide might help: How to contribute?.

If you would like to start contributing to the code please open a pull request to address one of our good first issues.