Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@captn/joy
Advanced tools
The `@captn/joy` package provides a suite of UI components and utilities that facilitate building attractive and consistent interfaces for applications within the Captain framework. Built on top of the MUI Joy library, it extends and customizes its compon
The @captn/joy
package provides a suite of UI components and utilities that facilitate building attractive and consistent interfaces for applications within the Captain framework. Built on top of the MUI Joy library, it extends and customizes its components to fit the specific needs of Captain applications, ensuring seamless integration and enhanced user experiences.
To add the @captn/joy
package to your project, run the following command:
npm install @captn/joy
Or with Yarn:
yarn add @captn/joy
@captn/joy
extends MUI Joy's theme with additional colors and utility functions for more dynamic theming capabilities.
import { ThemeProvider } from '@captn/joy';
function MyApp() {
return (
<ThemeProvider>
{/* Your component tree */}
</ThemeProvider>
);
}
Embed your application within an AppFrame
and include a TitleBar
to handle window controls seamlessly and display your app title.
import { AppFrame, TitleBar } from '@captn/joy';
import Typography from "@mui/joy/Typography"
function MyApplication() {
return (
<AppFrame titleBar={<TitleBar><Typography>My Custom App</Typography></TitleBar>}>
{/* Content of your application */}
</AppFrame>
);
}
Use the CustomScrollbars
component to apply consistent scrollbars throughout your application.
import { CustomScrollbars } from '@captn/joy';
function MyScrollableComponent() {
return (
<CustomScrollbars>
{/* Scrollable content here */}
</CustomScrollbars>
);
}
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the AGPL 3.0 License - see the LICENSE file for details.
FAQs
This is a placeholder README. For complete documentation, please visit [Captain SDK Documentation for @captn/joy](https://get-captain.com/captain-sdk/joy).
The npm package @captn/joy receives a total of 0 weekly downloads. As such, @captn/joy popularity was classified as not popular.
We found that @captn/joy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.