
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
@scaleway/form
Advanced tools
Scaleway Form is an extension of Scaleway UI including everything to build forms using React. It is using React Final Form under the hood.
$ pnpm add @scaleway/form @emotion/react @emotion/styled
To use the library you need to put a ThemeProvider
from @emotion/react
with the theme that comes from @scaleway/ui
then wrap all your fields inside a Form
:
import { ThemeProvider } from '@emotion/react'
import { Form, TextInputField } from '@scaleway/form'
import { theme } from '@scaleway/ui'
export default function App() {
return (
<ThemeProvider theme={theme}>
<Form>
<TextInputField name="example" />
</Form>
</ThemeProvider>
)
}
src/validators/
foldersrc/validators/index.ts
ValidatorProps
type in src/types.ts
src/validators/__tests__
folderCheckout our documentation website.
FAQs
Scaleway Form
The npm package @scaleway/form receives a total of 199 weekly downloads. As such, @scaleway/form popularity was classified as not popular.
We found that @scaleway/form demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers 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
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.