To install the @washingtonpost/wpds-ui-kit
package, run the following command:
npm install @washingtonpost/wpds-ui-kit
import React from "react";
import { Button } from "@washingtonpost/wpds-ui-kit";
const App = () => <Button>Click me</Button>;
export default App;
Visit for more information.