
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
sapo-design
Advanced tools
Design System Sapo
yarn add react styled-components
yarn add sapo-design
import React from 'react'
import { ThemeProvider, Button, theme } from 'sapo-design'
const App = () => {
return (
<ThemeProvider theme={theme}>
<Button backgroundColor='primary' color='white'>
Hello, I am a styled button
</Button>
</ThemeProvider>
)
}
export default App
For examples of the sapo-design in action, checkout the storybook here.
This will open a storybook dev server on http://localhost:8080
$ yarn start # this will open storybook
This will output the cjs and es modules to the dist folder
$ yarn build
(you need to be logged in via npm for publishing)
$ yarn login
$ yarn publish
To create a local TAR file to test before publishing, run
$ yarn pack
This will create a file called sapo-design-1.0.0.tgz
You can use this file as a normal package dependency
by linking in your npm install
$ yarn add path/to/sapo-design-1.0.0.tgz
MIT © gandarfh
FAQs
Design System Sapo
We found that sapo-design 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
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.