
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
elementary-ui-kit
Advanced tools
A collection of reusable React components built with styled-components.
A collection of reusable React UI components built with styled-components.
# Install
$ npm install --save elementary-ui-kit
# You can also test the components locally by cloning this repo and doing the following steps:
$ git clone https://github.com/dmitrymorozoff/elementary-ui-kit.git
# Install dependencies from package.json:
$ npm install
# Start local development server `localhost:1234`:
$ npm start
# Start react-styleguidist
$ npm run docs
# Run linter
$ npm run lint
# Start tests followed by jest.
$ npm run test
import React from "react";
import ReactDOM from "react-dom";
import { Card, CardContent, Text, CardButtons, Button } from "elementary-ui-kit";
function App() {
return (
<Card hover={true}>
<CardContent>
<Text fontSize="28px" gutterBottom={true}>
Penguin
</Text>
<Text>
They live almost exclusively in the Southern Hemisphere, with only one species, the Galapagos
penguin, found north of the equator.
</Text>
<CardButtons>
<Button>Share</Button>
<Button type="primary">More</Button>
</CardButtons>
</CardContent>
</Card>
);
}
ReactDOM.render(<App />, document.getElementById("root"));
FAQs
A collection of reusable React components built with styled-components.
The npm package elementary-ui-kit receives a total of 12 weekly downloads. As such, elementary-ui-kit popularity was classified as not popular.
We found that elementary-ui-kit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.